home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 December / macformat-057.iso / mac / Shareware Plus / Comms / NetRPG / NetRPG 3.0.2 / NetRPG 3.0.2.rsrc / STR#_203.txt < prev    next >
Encoding:
Text File  |  1997-08-02  |  1.5 KB  |  49 lines

  1. ===========================
  2.  
  3. Map commands
  4.  
  5. ===========================
  6.  
  7. /MAP BEGIN -> starts capturing the MAP data
  8.  
  9. /MAP END -> stops capture of the MAP data
  10.  
  11. /MAP PUSH -> sends the current map to all player's info windows
  12.  
  13. /MAP FOR <player> -> sends the DM a copy of the map that <player> sees
  14.  
  15. /MAP DRAW x,y <string> -> writes the <string> into the map data at x,y
  16.  
  17. /MAP ERASE x,y -> puts a space onto the map at x,y
  18.  
  19. /SET WINDOW w,h -> sets the map output to be w wide and h high.
  20.  
  21. /MAP MODE <mode>, /SET MAP <mode> -> sets map mode to FILL,STATIC,SHOWALL, or LOS
  22.  
  23.     FILL mode shows players everything up to walls, using 4-connectivity
  24.  
  25.     LOS mode shows everything up to walls, if they are in line-of-sight, and uses 8-connectivity
  26.  
  27.     SHOWALL mode shows everything, but still moves the map window relative to players' positions
  28.  
  29.     STATIC mode shows everything but always anchors the map with 1,1 in the upper-left corner of the window
  30.  
  31. Wall characters for use in maps are:  * # x X | \ / - + =
  32.  
  33. /MOVETO, /MVTO thing 54,12 - moves thing's icon to 54,12
  34.  
  35. /MOVE, /MV thing 4444422 - moves thing's icon 5 spaces to the left and then 2 spaces down
  36.  
  37. /MOVE, /MV ALL 4444422 - moves every icon, /MOVETO, /MVTO ALL 10,3 moves every icon to 10,3
  38.  
  39. /ICON LIST - prints out active icons
  40.  
  41. /ICON ADD Blade B 20,5 - adds an icon "B" named Blade at 20,5
  42.  
  43. /ICON DEL Blade - deletes icon named Blade
  44.  
  45. /ICON CLEAR - removes all icons
  46.  
  47. /ICON SET dragon DRG - updates already existing icon of dragon to be DRG
  48.  
  49.